(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <utility/tagitem.h>
#include <utility/pack.h>
#include <proto/utility.h>
ULONG PackStructureTags()
SYNOPSIS
APTR pack
ULONG * packTable
struct TagItem * tagList

LOCATION
In UtilityBase at offset 35
FUNCTION
This function will scan through the packTable, and for each TagItem described in a packTable entry which can be found in the tagList, the data in the TagItem's ti_Data field will be packed into the structure as described in the packTable.

INPUTS
pack
The structure to fill in.
packTable
Table describing how to pack the structure. See the include file utility/pack.h for information on the format of this table.
tagList
List of TagItems containing data.
RESULT
The number of TagItems packed.

NOTES
EXAMPLE
BUGS
SEE ALSO
UnpackStructureTags()
INTERNALS
HISTORY
03.02.1997 ldp
Changed <proto/*_protos.h> to <proto/*.h>
02.02.1997 iaint
Some bug fixes, math functions and native Amiga support
27.01.1997 ldp
Polish
08.01.1997 iaint
A few more utility.lib functions